home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Message Dialogs / default-status-message.izs < prev    next >
Text File  |  2005-09-28  |  866b  |  46 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Default Status Message
  4.  
  5. <!/TITLE>
  6.  
  7. <!DESCRIPTION> Here's a neat way to put a message in the status bar on your page. It will stay there as the default message!
  8. <!/DESCRIPTION> 
  9.  
  10. <!CATEGORY>Messages<!/CATEGORY>
  11.  
  12. <!SCRIPT>
  13. <!-- START OF SCRIPT -->
  14.  
  15.  
  16. <!-- HOW TO INSTALL DEFAULT STATUS MESSAGE:
  17.  
  18.   1.  Add the onLoad event handler into the BODY tag  -->
  19.  
  20. <!-- STEP ONE: Insert onLoad event into BODY tag  -->
  21.  
  22. <BODY OnLoad="window.defaultStatus='Hello!';">
  23.  
  24.  
  25.  
  26. <!-- END OF SCRIPT -->
  27. <!/SCRIPT>
  28.  
  29. <!PREVIEW>
  30. <!-- START OF SCRIPT -->
  31.  
  32.  
  33. <!-- HOW TO INSTALL DEFAULT STATUS MESSAGE:
  34.  
  35.   1.  Add the onLoad event handler into the BODY tag  -->
  36.  
  37. <!-- STEP ONE: Insert onLoad event into BODY tag  -->
  38.  
  39. <BODY OnLoad="window.defaultStatus='Hello!';">
  40.  
  41.  
  42. <!-- END OF SCRIPT -->
  43. <!/PREVIEW>
  44.  
  45. <!RELATED>NONE<!/RELATED>
  46.